home *** CD-ROM | disk | FTP | other *** search
- !SCRIPT
-
- !COMMENT First make sure default print options are set to begin with
- !PRINTOPTS
-
- !COMMENT Load a print selection file from PrintRes
- !SELECTION Selection
-
- !COMMENT Set output format
- !FORMAT Vertical
-
- !COMMENT Select descriptors as field labels
- !HEADINGS D
-
- !COMMENT Print all records
- !QUERY ALL
-
- !COMMENT Clear the selection
- !SELECTION
-
- !COMMENT Restore default print options
- !PRINTOPTS
-
- !COMMENT Following line is optional
- !SCRIPT END